home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++,comp.sys.amiga.programmer
- Path: news2.interlog.com!rose!awhite
- From: awhite@user.rose.com (A White)
- Subject: library of class functions
- Sender: news@rose.com (news)
- Organization: Rose Media Incorpoarted, Ontario, Canada
- Message-ID: <DMBE72.7J6@rose.com>
- Date: Mon, 5 Feb 1996 18:04:13 GMT
-
- I've being playing with a sample String class from a text book. Things are
- looking pretty good.
-
- I split the individual functions into seperate files, individially compiled,
- and then placed into a link-library.
-
- When I make a small test module and link in the library, many references
- are not found, including constructors and directly referenced functions.
-
- I'm using SAS/C++ v6.50
-
- What started this was curiousity as to whether or not a reference in a class
- structure links in a module that has no other reference.
-
- For example, if the class has a pad and trim function, and the test module
- only uses pad, is trim linked in? From what I've seen of map files, it is.
-
-